Package com.cisco.pt.ipc.sim.impl
Class RadiusServerProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.RadiusServerProcessImpl
- All Implemented Interfaces:
IPCObject,Process,RadiusServerProcess
Information provided by the PKI file:
\class RadiusServerProcess
\brief RadiusServerProcess holds and manipulates the RadiusServerProcess server process.
\example network().getDevice("Router0").getProcess("RadiusServer")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionRadiusServerProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
RadiusServerProcessImpl
public RadiusServerProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getPort
public int getPort()Information provided by the PKI file:
Gets the port of the radius server \return The port of the radius server- Specified by:
getPortin interfaceRadiusServerProcess- Returns:
- int Returns a int
-
setPort
public void setPort(int port) Information provided by the PKI file:
\brief Sets the port of the radius server \param port, port number- Specified by:
setPortin interfaceRadiusServerProcess- Parameters:
port- Takes in a parameter of port
-